Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to Main #55

Merged
merged 8 commits into from
Aug 30, 2024
Merged

Develop to Main #55

merged 8 commits into from
Aug 30, 2024

Conversation

ARYAN-NIKNEZHAD
Copy link
Collaborator

No description provided.

MEHRSHAD-MIRSHEKARY and others added 8 commits August 30, 2024 11:29
- Added index.rst file to serve as the main entry point for the documentation.
- Included quick_start.rst file with initial setup and configuration instructions.
- Ensured proper formatting and structure to align with Sphinx documentation standards.
- Created usage.rst file to document various usage scenarios of the django_logging package.
- Included examples of basic logging, request logging middleware, and context manager usage.
- Provided instructions for using the log and notify utility and the send_logs management command.
- Ensured clarity and usability for developers integrating django_logging into their projects.
- Added settings.rst to document all available configuration options for django_logging.
- Included descriptions for AUTO_INITIALIZATION_ENABLE, LOG_FILE_LEVELS, LOG_CONSOLE_FORMAT, and other settings.
- Provided example configuration and explanations for customizing logging behavior in Django projects.
- Documented available log format options and required email settings for the email notifier.
- Ensured that developers have a clear reference for configuring the package to meet their specific needs.
- Added contributing.rst to provide guidelines for contributing to the django_logging project.
- Included instructions for setting up the development environment, running tests, and submitting pull requests.
- Outlined code style requirements, including adherence to PEP 8 and the use of proper commit messages.
- Provided details on how to report issues, suggest features, and collaborate with other contributors.
- Aimed to streamline the contribution process and maintain code quality across the project.
- Added rules.rst to document the rules and guidelines for using django_logging in Django projects.
- Outlined the recommended practices for configuring logging levels, formats, and destinations.
- Included examples of common logging scenarios and how to handle them using django_logging.
- Provided guidance on maintaining consistency and clarity in log messages across the application.
- Aimed to ensure that logging is effective, informative, and easy to manage within the project.
- Added conf.py to configure Sphinx for generating project documentation.
- Set up project information, including project name, author, and version.
- Configured Sphinx extensions, templates, and paths.
- Enabled autodoc, intersphinx, and other relevant extensions for better documentation generation.
- Customized HTML theme and output options for a more user-friendly appearance.
- Established configurations to support future documentation expansion and maintenance.
- Added Makefile for building Sphinx documentation on Unix-based systems.
- Added make.bat for building Sphinx documentation on Windows systems.
- Configured both files to support common build targets such as html, latexpdf, and clean.
- Enabled easy execution of documentation builds, streamlining the documentation generation process.
- Facilitated cross-platform compatibility for generating project documentation.
📚 Add Sphinx Documentation Setup and Initial RST Files
@ARYAN-NIKNEZHAD ARYAN-NIKNEZHAD merged commit 4641c98 into main Aug 30, 2024
3 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants